home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / isohtml.lha / isohtml / isohtml.cvt < prev    next >
Text File  |  1995-08-07  |  4KB  |  87 lines

  1. /*
  2.  *  ISO->HTML.cvt
  3.  *
  4.  *  (C) International Organization for Standardization 1986
  5.  *  Permission to copy in any form is granted for use with
  6.  *  conforming SGML systems and applications as defined in
  7.  *  ISO 8879, provided this notice is included in all copies.
  8.  *
  9.  *  Character entity set. Typical invocation:
  10.  *    <!ENTITY % ISOlat1 PUBLIC
  11.  *      "ISO 8879-1986//ENTITIES Added Latin 1//EN//HTML">
  12.  *    %ISOlat1;
  13.  *
  14.  *  CVT Script by Tobias Ferber, ferber@rpk.mach.uni-karlsruhe.de
  15.  */
  16.  
  17. "<"  -> "<";      // Less than sign
  18. ">"  -> ">";      // Greater than sign
  19. "&"  -> "&";     // Ampersand
  20. "\"" -> """;    // Double quote sign
  21.  
  22. "Æ"  -> "Æ";   // "Æ" -- capital AE diphthong (ligature)
  23. "Á"  -> "Á";  // "Á" -- capital A, acute accent
  24. "Â"  -> "Â";   // "Â" -- capital A, circumflex accent
  25. "À"  -> "À";  // "À" -- capital A, grave accent
  26. "Å"  -> "Å";   // "Å" -- capital A, ring
  27. "Ã"  -> "Ã";  // "Ã" -- capital A, tilde
  28. "Ä"  -> "Ä";    // "Ä" -- capital A, dieresis or umlaut mark
  29. "Ç"  -> "Ç";  // "Ç" -- capital C, cedilla
  30. "Ð"  -> "Ð";     // "Ð" -- capital Eth, Icelandic
  31. "É"  -> "É";  // "É" -- capital E, acute accent
  32. "Ê"  -> "Ê";   // "Ê" -- capital E, circumflex accent
  33. "È"  -> "È";  // "È" -- capital E, grave accent
  34. "Ë"  -> "Ë";    // "Ë" -- capital E, dieresis or umlaut mark
  35. "Í"  -> "Í";  // "Í" -- capital I, acute accent
  36. "Î"  -> "Î";   // "Î" -- capital I, circumflex accent
  37. "Ì"  -> "Ì";  // "Ì" -- capital I, grave accent
  38. "Ï"  -> "Ï";    // "Ï" -- capital I, dieresis or umlaut mark
  39. "Ñ"  -> "Ñ";  // "Ñ" -- capital N, tilde
  40. "Ó"  -> "Ó";  // "Ó" -- capital O, acute accent
  41. "Ô"  -> "Ô";   // "Ô" -- capital O, circumflex accent
  42. "Ò"  -> "Ò";  // "Ò" -- capital O, grave accent
  43. "Ø"  -> "Ø";  // "Ø" -- capital O, slash
  44. "Õ"  -> "Õ";  // "Õ" -- capital O, tilde
  45. "Ö"  -> "Ö";    // "Ö" -- capital O, dieresis or umlaut mark
  46. "Þ"  -> "Þ";   // "Þ" -- capital THORN, Icelandic
  47. "Ú"  -> "Ú";  // "Ú" -- capital U, acute accent
  48. "Û"  -> "Û";   // "Û" -- capital U, circumflex accent
  49. "Ù"  -> "Ù";  // "Ù" -- capital U, grave accent
  50. "Ü"  -> "Ü";    // "Ü" -- capital U, dieresis or umlaut mark
  51. "Ý"  -> "Ý";  // "Ý" -- capital Y, acute accent
  52.  
  53. "á"  -> "á";  // "á" -- small a, acute accent
  54. "â"  -> "â";   // "â" -- small a, circumflex accent
  55. "æ"  -> "æ";   // "æ" -- small ae diphthong (ligature)
  56. "à"  -> "à";  // "à" -- small a, grave accent
  57. "å"  -> "å";   // "å" -- small a, ring
  58. "ã"  -> "ã";  // "ã" -- small a, tilde
  59. "ä"  -> "ä";    // "ä" -- small a, dieresis or umlaut mark
  60. "ç"  -> "ç";  // "ç" -- small c, cedilla
  61. "é"  -> "é";  // "é" -- small e, acute accent
  62. "ê"  -> "ê";   // "ê" -- small e, circumflex accent
  63. "è"  -> "è";  // "è" -- small e, grave accent
  64. "ð"  -> "ð";     // "ð" -- small eth, Icelandic
  65. "ë"  -> "ë";    // "ë" -- small e, dieresis or umlaut mark
  66. "í"  -> "í";  // "í" -- small i, acute accent
  67. "î"  -> "î";   // "î" -- small i, circumflex accent
  68. "ì"  -> "ì";  // "ì" -- small i, grave accent
  69. "ï"  -> "ï";    // "ï" -- small i, dieresis or umlaut mark
  70. "ñ"  -> "ñ";  // "ñ" -- small n, tilde
  71. "ó"  -> "ó";  // "ó" -- small o, acute accent
  72. "ô"  -> "ô";   // "ô" -- small o, circumflex accent
  73. "ò"  -> "ò";  // "ò" -- small o, grave accent
  74. "ø"  -> "ø";  // "ø" -- small o, slash
  75. "õ"  -> "õ";  // "õ" -- small o, tilde
  76. "ö"  -> "ö";    // "ö" -- small o, dieresis or umlaut mark
  77. "ß"  -> "ß";   // "ß" -- small sharp s, German (sz ligature)
  78. "þ"  -> "þ";   // "þ" -- small thorn, Icelandic
  79. "ú"  -> "ú";  // "ú" -- small u, acute accent
  80. "û"  -> "û";   // "û" -- small u, circumflex accent
  81. "ù"  -> "ù";  // "ù" -- small u, grave accent
  82. "ü"  -> "ü";    // "ü" -- small u, dieresis or umlaut mark
  83. "ý"  -> "ý";  // "ý" -- small y, acute accent
  84. "ÿ"  -> "ÿ";    // "ÿ" -- small y, dieresis or umlaut mark
  85.  
  86. // EOF
  87.